naval_unit_type = 1
# 0 - Early CAG Flight deck
model = {
	cost 				= 1.2
	buildtime			= 190
	manpower 			= 0.5
	surfacedetectioncapability	= 6
	airdetectioncapability		= 3
	subdetectioncapability		= 4
	airdefence			= 5
	seaattack			= 1
	convoyattack			= 1
	subattack			= 6
	airattack			= 7
	shorebombardment		= 1
	distance			= 0.8
	supplyconsumption 		= 0.3
	fuelconsumption			= 0.6
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 1 - Basic CAG Flight deck
model = {
	cost 				= 1.4
	buildtime			= 190
	manpower 			= 0.5
	surfacedetectioncapability	= 6
	airdetectioncapability		= 3
	subdetectioncapability		= 4
	airdefence			= 6 
	seaattack			= 2
	convoyattack			= 2
	subattack			= 7
	airattack			= 8
	shorebombardment		= 1
	distance			= 1.0
	supplyconsumption 		= 0.4
	fuelconsumption			= 0.7
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 2 - Improved CAG Flight deck
model = {
	cost 				= 1.6
	buildtime			= 190
	manpower 			= 0.5
	surfacedetectioncapability	= 6
	airdetectioncapability		= 3
	subdetectioncapability		= 5
	airdefence			= 7
	seaattack			= 3
	convoyattack			= 3
	subattack			= 9
	airattack			= 9
	shorebombardment		= 1
	distance			= 1.2
	supplyconsumption 		= 0.6
	fuelconsumption			= 0.9
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 3 - Advanced CAG Flight deck
model = {
	cost 				= 1.8
	buildtime			= 190
	manpower 			= 0.5
	surfacedetectioncapability	= 7
	airdetectioncapability		= 4
	subdetectioncapability		= 6
	airdefence			= 8
	seaattack			= 4
	convoyattack			= 4
	subattack			= 10
	airattack			= 9
	shorebombardment		= 1
	distance			= 1.4
	supplyconsumption 		= 0.6
	fuelconsumption			= 1.0
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 4 - Turbojet CAG Flight deck
model = {
	cost 				= 2.2
	buildtime			= 190
	manpower 			= 0.5
	surfacedetectioncapability	= 9
	airdetectioncapability		= 6
	subdetectioncapability		= 8
	airdefence			= 10
	seaattack			= 5
	convoyattack			= 5
	subattack			= 12
	airattack			= 11
	shorebombardment		= 2
	distance			= 1.6
	supplyconsumption 		= 0.8
	fuelconsumption			= 1.3
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}



